<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>MezzoForte</after>
        <action>DeleteDynamic</action>
        <scheme> ;;; delete a dynamic
(d-DirectiveDelete-chord "Dynamic")
(d-RefreshDisplay)</scheme>
        <label>Delete</label>
        <tooltip>Deletes a dynamic attached to the chord at the cursor.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
